<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* float */
.float{
	position:fixed;
	width:54px;
	height:275px;
	right:0;
	top:214px;
	z-index:99999999;
}
.float ul li{
	width:50px;
	height:50px;
	float:left;
	position:relative;
	margin-bottom: 4px;
}
.float ul li .sidebox{
	position:absolute;
	width:50px;
	height:50px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#000;
	opacity:0.8;
	filter:Alpha(opacity=80);
	color:#fff;
	font:14px/50px "微软雅黑";
	overflow:hidden;
	border-radius: 5px !important;
}
.float ul li .sidetop{
	width:50px;
	height:50px;
	line-height:50px;
	display:inline-block;
	background:#3caaf7;
	opacity:0.8;
	filter:Alpha(opacity=80);
	transition:all 0.3s;
	border-radius: 5px !important;
}
.float ul li .sidetop:hover{
	background:#008cd6;
	opacity:1;
	filter:Alpha(opacity=100);
}
.float ul li img{
	float:left;
}</pre></body></html>